Welcome![Sign In][Sign Up]
Location:
Search - matlab QR code

Search list

[Other resourceAdaptGA

Description: matlab 自适应遗传算法源程序,用到了G-S正交化分解,大家可以用QR分解做一下,应该会使程序更简单一点.-Matlab adaptive genetic algorithm source code, used in the G-S orthogonal decomposition. We can do something QR decomposition, the process would be simpler 1:00.
Platform: | Size: 963 | Author: songyong | Hits:

[AlgorithmHouseholder

Description: Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of a problem. The accuracy of this method is very high.
Platform: | Size: 1024 | Author: 温泉 | Hits:

[AlgorithmWork1

Description: 北航数值分析大作业第一题:矩阵的QR分解求特征向量。代码是我在理学院本科期间写的,所有结果已经过Matlab及Mathematica验证,保证算法正确实现。-Numerical analysis of Beihang great job the first question: QR decomposition of matrix eigenvector. Code is written during my undergraduate logical Institute, all results have been verified through Matlab and Mathematica, to ensure it is correct to achieve.
Platform: | Size: 11264 | Author: 邹洪斌 | Hits:

[Algorithmsvdssa

Description: 关于,SVD的简单算法。这个,代码是基于QR分解的,SVD的简单算法,与matlab上的SVD函数有一些差异。-Simple algorithm, the SVD of. This code is a simple algorithm based on QR decomposition, SVD, the SVD function in matlab there are some differences.
Platform: | Size: 1024 | Author: Long | Hits:

[Windows DevelopsBmaaqrri

Description: qr分解的c语言程序源码,能嵌嵌入matlab使用 -qr decomposition c language program source code can be embedded embedded matlab use
Platform: | Size: 1024 | Author: 圣人 | Hits:

[matlabHouseholderQR

Description: 豪斯霍尔德QR分解及回代MATLAB代码,并用该方法解决线性方程组的实例-Howard Hopper QR decomposition and back substitution de MATLAB code, and use this solution to an instance of linear equations
Platform: | Size: 2048 | Author: 王子涵 | Hits:

[matlabannlyap

Description: 最小RMSE神经网络方法计算Lyapunov指数的matlab函数。-This M-file calculates Lyapunov exponents with minimum RMSE neural network. After estimation of network weights and finding network with minimum BIC, derivatives are calculated. Sum of logarithm of QR decomposition on Jacobian matrix for observations gives spectrum of Lyapunov Exponents. Using the code is very simple, it needs only an scalar time series, number of lags and number of hidden unites. Higher number of hidden units leads to more precise estimation of Lyapunov exponent, but it is time consuming for less powerful personal computers. Number of lags determines number of embedding dimensions. Therefore, please give number of lags equal to number of embedding dimension. The codes creates networks with various neurons up to user supplied value for neurons and lags up to user specified number lags. Total number of networks are equal to number of neurons times number of lags. this modeling strategy is complex but helps to user select embedding dimension based on minimum BIC.
Platform: | Size: 2048 | Author: miaomiao | Hits:

[matlabqr_hex_all

Description: QR Hex code in matlab
Platform: | Size: 12288 | Author: nidaa | Hits:

[Graph RecognizeQRCodes

Description: 基于matlab 来开发QR识别和译码程序,运用图像校正、二值化、边缘检测等各种图像处理方法实现条码的预处理,并进行QR码的解码和纠错算法,充分利用面向对象的方法,结合图像处理技术,完成了基于图像处理的QR码快速识别的解码系统。-Based on Matlab QR recognition and decoding procedures, the use of the image correction, binarization, edge detection, and other various image processing methods to achieve the pretreatment of the code, and a QR code decoding and error correction algorithm, the full use of the object-oriented approach, combined with image processing technology, based on the completion of image processing QR code decoding system to quickly identify.
Platform: | Size: 442368 | Author: guoxi | Hits:

[Algorithmmatrix-factorial

Description: 要求完成课堂上讲的关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 3、一定是可执行文件,不能是word或者txt文档。附上源代码,不能为直接调用matlab等函数库;-Required to complete the classroom in terms of LU decomposition on matrix, QR (Gram-Schmidt), Orthogonal Reduction (Householder reduction and Givens reduction) program implementation requirements are as follows: 1, a comprehensive program, depending on the selection of parameters to achieve different matrices decomposition 2, you can use matlab programming, etc., must be attached on a simple description of the procedures, such as what does it mean parameters, input, what output and the like 3, must be an executable file, not a word or txt document. Attach the source code, it can not directly call matlab function library, etc
Platform: | Size: 2048 | Author: 卯宁 | Hits:

[OtherQR_PRO

Description: QR二维码解码器 只在解码部分用到zxingjar包,其他部分都是用matlab语言写的,希望对你们有帮助-QR code decoder using matlab language
Platform: | Size: 459776 | Author: 棠小熙 | Hits:

[OtherQR_PRO

Description: 利用matlab实现QR码的识别,可以放入任何QR的图片,也可以实现输入源信息,自己生成二维码-Using matlab to achieve recognition of the QR code, QR can be placed in any of the pictures, you can also achieve the input source information, generate their own two-dimensional code
Platform: | Size: 449536 | Author: | Hits:

[AlgorithmSVD_C++

Description: C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic operation of matrix "+, -, *, /", triangular decomposition, QR decomposition, matrix display, matrix transpose, matrix eigen value and eigen vector operation. And in Source.cpp, how to use these code was supplied, which is very convenient for you to quickly use these codes into your programming. For SVD decomposition, I had compare the result with that of MATLAB,and I found that when the columns of the matrix number > = line number,my code has no problem.)
Platform: | Size: 30720 | Author: 东篱 | Hits:

[Graph RecognizeDesktop

Description: 利用ZXING在MATLAB中实现QR二维码的识别(QR two dimensional code recognition)
Platform: | Size: 13312 | Author: 史蒂芬森111 | Hits:

[Windows DevelopQRCode

Description: 本程序通过matlab编程实现自定义生成二维码,生成效果不错,可以通过手机等二维码识别工具识别。(The program is programmed by MATLAB to generate two-dimensional codes customized. The result is good. It can be recognized by mobile phone and other two-dimensional code recognition tools.)
Platform: | Size: 204800 | Author: moveon5 | Hits:
« 1 2»

CodeBus www.codebus.net